projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9414dc2
)
Fix incorrect string
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Feb 2010 04:49:47 +0000
(23:49 -0500)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:20 +0000
(20:56 -0400)
String change. See bug 610235.
gdk-pixbuf/io-qtif.c
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/io-qtif.c
b/gdk-pixbuf/io-qtif.c
index a30b5c0250aca75b030df43643bb415825535ee2..a1c57ba08efe3c592915dee33ba24e9553153b28 100644
(file)
--- a/
gdk-pixbuf/io-qtif.c
+++ b/
gdk-pixbuf/io-qtif.c
@@
-254,7
+254,7
@@
static gpointer gdk_pixbuf__qtif_image_begin_load (GdkPixbufModuleSizeFunc size_
{
g_set_error_literal (error, GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY,
- _("Failed to QTIF context structure."));
+ _("Failed to
allocate
QTIF context structure."));
return NULL;
}